home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_strings.lha / Strings / compile.dcc next >
Encoding:
Text File  |  1998-07-26  |  283 b   |  9 lines

  1. echo "Compiling strings.c"
  2. dcc -c -l0 -mD -mi strings.c -o strings.o
  3. echo "Compiling str_data.c"
  4. dcc -c -l0 -mD -mi str_data.c -o str_data.o
  5. echo "Linking..."
  6. dlink str_data.o strings.o tags.o cs.lib -o GMS:System/strings.mod
  7. echo "Flushing dpkernel.library."
  8. flush dpkernel.library
  9.